projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6c2ac5
)
dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries
author
Masahiro Yamada
<
[email protected]
>
Tue, 11 Aug 2015 22:31:45 +0000
(07:31 +0900)
committer
Tom Rini
<
[email protected]
>
Tue, 18 Aug 2015 17:46:01 +0000
(13:46 -0400)
Signed-off-by: Masahiro Yamada <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index a24c5f5cce21d4e98c8e2a55e5e20056e8b1f22a..ee8e4185bb36c251ce968ad0997b67cf6b06c2dd 100644
(file)
--- a/
drivers/Makefile
+++ b/
drivers/Makefile
@@
-1,7
+1,8
@@
+obj-$(CONFIG_$(SPL_)DM) += core/
+
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_CLK_SUPPORT) += clk/
-obj-$(CONFIG_SPL_DM) += core/
obj-$(CONFIG_SPL_I2C_SUPPORT) += i2c/
obj-$(CONFIG_SPL_GPIO_SUPPORT) += gpio/
obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc/
@@
-34,7
+35,6
@@
obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
else
obj-$(CONFIG_CLK) += clk/
-obj-$(CONFIG_DM) += core/
obj-$(CONFIG_DM_DEMO) += demo/
obj-$(CONFIG_BIOSEMU) += bios_emulator/
obj-y += block/